@charset "utf-8";
/* CSS Document */
.page{font-size:13px; color:#000;text-decoration:none;}
#page_div{font-size:13px; color:#000; text-decoration:none; text-align:center;}

#page_div .arrow{font-size:13px; color:#000;text-decoration:none; height:22px; line-height:22px;}
#page_div .arrow a{ color:#000; text-decoration:none;}
#page_div .arrow a:hover{ color:#F00; text-decoration:underline;}
#page_div .pagination_index{ margin:0 6px; display:inline;}
#pagination_input{ width:30px; height:21px; line-height:21px; margin:0 4px; padding:0; overflow:hidden; border:1px solid #959595;}
#goPage{border:1px solid #959595;color:#000;text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;background: url(../images/goPage.jpg) repeat-x left top;width:34px;height:20px;line-height:20px;text-align:center;display:inline-block;cursor: pointer;}
#page_div .pagination-first,#page_div .pagination-last{display:inline-block;font-size:13px;}
#pagination-input{ width:30px; height:21px; line-height:21px; margin:0 4px; padding:0; overflow:hidden; border:1px solid #959595;}
.pagination-last a{border:1px solid #959595;  color:#000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;background: url(../images/goPage.jpg) repeat-x left top;  width:34px; height:20px; line-height:20px; text-align:center; display:inline-block}
.pagination-first a{margin:0 6px;}
/*分组长列表带分隔线*/
.list_div{width:100%; margin:10px 0 0 0;}
.list_div ul{text-align:center;}
.theme-li{text-align:left;}
.theme-li li{line-height:2.2;width:100%;white-space: nowrap;overflow:hidden;text-overflow:ellipsis; text-align:left; }
.theme-li li a{background: url(../images/20100611_ybclbbja.jpg) no-repeat left center;padding-left: 20px;}
.theme-li li span{float: right;margin: 0 10px; }
.theme-li li.lifgx{margin-bottom:12px;padding-bottom:12px; background: url(../images/20100620wj_sy_07.jpg) repeat-x bottom;}
.myul ul li {
   line-height: 26px;
   padding-left:10px;
   position:relative;
   font-size:14px;
}
.myul ul {
  margin-left:0!important;
}
.myul ul li::before {
   content: "";
    width: 3px;
    height: 3px;
    position: absolute;
   background:#0af;
   top:50%;
	
   transform: translateY(-50%);
   left:0;
}
.myul ul li > a:first-child {
   color:#222;
   width:70%;
display:inline-block;
overflow:hidden;
   vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.myul ul li a.a2 {
  color:#c00;
  float:right;
}

.myul ul li a.a3 {
   color:#c00;
   margin-left:100px;
   //float:right;   
  // width:57px;

}

.myul ul li a.a3.over {
  color:#222;
}

.pagination-first a {
  color:#222;
  border:1px solid #ddd;
 border-radius:5px;
  display: inline-block;
  padding:3px 15px;
}

.pagination-first a.active {
   border-color:#0af;
   background:#0af;
   color:#fff;
}

 #page_div {
    margin-top:30px;
}
#container{
margin:55px auto 0;
max-width:1000px;
}